WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridDetailLoadingEventArgs<TItem> Class
Members
In This Topic
    GridDetailLoadingEventArgs<TItem> Class
    In This Topic
    Provides event data for FlexGridDetailProvider<TItem>.DetailLoading event.
    Object Model
    GridDetailLoadingEventArgs<TItem> ClassAsyncEventArgsDeferralsAwaiter ClassGridRow Class
    Syntax
    public class GridDetailLoadingEventArgs<TItem> : C1.WinUI.Core.AsyncEventArgs 
    where TItem: class
    Type Parameters
    TItem
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WinUI.Core.AsyncEventArgs
             C1.WinUI.Grid.GridDetailLoadingEventArgs<TItem>

    See Also